projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
004f9b3
)
* compile.el (compilation-save-buffers-predicate): Add missing :version tag.
author
Glenn Morris
<rgm@gnu.org>
Sat, 10 Apr 2010 02:18:09 +0000
(19:18 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 10 Apr 2010 02:18:09 +0000
(19:18 -0700)
lisp/ChangeLog
patch
|
blob
|
history
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index c4261f6f2bfcdbe0285d3686907248a453895a5e..e071cbc43bbecab00f483d0f9b594402cbcf2b71 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2010-04-10 Glenn Morris <rgm@gnu.org>
+
+ * progmodes/compile.el (compilation-save-buffers-predicate):
+ Add missing :version tag.
+
2010-04-09 Sam Steingold <sds@gnu.org>
* progmodes/compile.el (compilation-save-buffers-predicate):
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index 7f0cdcea47e65d4e150d5b045caabe81855398a9..13cf862ee18864b27a3ba5911c53ea42627673bc 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-595,7
+595,8
@@
of `my-compilation-root' here."
(const :tag "Default (save all file-visiting buffers)" nil)
(const :tag "Save all buffers" t)
function)
- :group 'compilation)
+ :group 'compilation
+ :version "24.1")
;;;###autoload
(defcustom compilation-search-path '(nil)